Skip to content

Conversation

@rebecca-draben
Copy link
Contributor

No description provided.

echo Bluetooth hci name does not match hostname: $HOSTNAME. Setting bluetooth hci name.
sudo hciconfig hci${adapter} name $HOSTNAME
wait_for_hci_name
if ! ( hciconfig -a hci${adapter} | grep -q "$HOSTNAME" ) ; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This indentation is now inconsistent with the fi below. Was this whitespace change intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Had ignore whitespace turned on by accident in my diff tool. However, the original indentation was not consistent with the rest of the file. So latest commit makes it all consistent.

Copy link
Contributor

@scottleibrand scottleibrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM other than the indentation change.

@scottleibrand scottleibrand merged commit da535bf into openaps:dev Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants